home *** CD-ROM | disk | FTP | other *** search
- inherited JournalChangePasswordForm: TJournalChangePasswordForm
- HelpContext = 9
- ActiveControl = OldPasswordEdit
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Change Password'
- ClientHeight = 270
- PixelsPerInch = 96
- TextHeight = 13
- object OldPasswordLabel: TLabel [0]
- Left = 24
- Top = 172
- Width = 84
- Height = 16
- Caption = 'Old Password'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object NewPasswordLabel: TLabel [1]
- Left = 24
- Top = 192
- Width = 90
- Height = 16
- Caption = 'New Password'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ConfirmLabel: TLabel [2]
- Left = 24
- Top = 212
- Width = 138
- Height = 16
- Caption = 'Confirm New Password'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OldPasswordEdit: TEdit [4]
- Left = 168
- Top = 168
- Width = 121
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- end
- object NewPasswordEdit: TEdit [5]
- Left = 168
- Top = 188
- Width = 121
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object ConfirmEdit: TEdit [6]
- Left = 168
- Top = 210
- Width = 121
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 3
- end
- object OkButton: TButton [7]
- Left = 76
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 4
- OnClick = OkButtonClick
- end
- object CancelButton: TButton [8]
- Left = 156
- Top = 240
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-